--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 1841076de1ff7994bcfd26105d4dec3e13369d45
Parents : 01ba533
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-03T12:52:04-05:00
chore(docker): update volume configuration and image reference in docker-compose files
Changes
2 files changed, 11 insertions(+), 3 deletions(-)
Diff
diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml
index 040ec1d8..53e68ced 100644
--- a/docker-compose.dev.yml
+++ b/docker-compose.dev.yml
@@ -11,4 +11,8 @@ services:
ports:
- 127.0.0.1:8000:8000
volumes:
- - ./meshchat-config:/config
+ - meshchatx-config:/config
+
+volumes:
+ meshchatx-config:
+ name: meshchatx-config
diff --git a/docker-compose.yml b/docker-compose.yml
index ea145f6c..d02bbd81 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,11 +1,15 @@
services:
reticulum-meshchatx:
container_name: reticulum-meshchatx
- image: ${MESHCHAT_IMAGE:-ghcr.io/sudo-ivan/meshchatx:latest}
+ image: ${MESHCHAT_IMAGE:-quad4io/meshchatx:latest}
restart: unless-stopped
security_opt:
- no-new-privileges:true
ports:
- 127.0.0.1:8000:8000
volumes:
- - ./meshchat-config:/config
+ - meshchatx-config:/config
+
+volumes:
+ meshchatx-config:
+ name: meshchatx-config
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────